home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / forms / RCS / proto.c,v < prev    next >
Encoding:
Text File  |  1992-03-02  |  2.8 KB  |  159 lines

  1. head     1.6;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.6
  10. date     92.03.02.15.29.56;  author bmiller;  state Exp;
  11. branches ;
  12. next     1.5;
  13.  
  14. 1.5
  15. date     91.02.09.13.24.44;  author ouster;  state Exp;
  16. branches ;
  17. next     1.4;
  18.  
  19. 1.4
  20. date     91.01.07.18.02.22;  author mottsmth;  state Exp;
  21. branches ;
  22. next     1.3;
  23.  
  24. 1.3
  25. date     90.01.12.12.03.36;  author douglis;  state Exp;
  26. branches ;
  27. next     1.2;
  28.  
  29. 1.2
  30. date     89.01.07.04.12.18;  author rab;  state Exp;
  31. branches ;
  32. next     1.1;
  33.  
  34. 1.1
  35. date     88.12.29.16.45.52;  author ouster;  state Exp;
  36. branches ;
  37. next     ;
  38.  
  39.  
  40. desc
  41. @@
  42.  
  43.  
  44. 1.6
  45. log
  46. @copyright year changed by bmiller.
  47. @
  48. text
  49. @/* 
  50.  * module.c --
  51.  *
  52.  *    Description.
  53.  *
  54.  * Copyright 1992 Regents of the University of California
  55.  * Permission to use, copy, modify, and distribute this
  56.  * software and its documentation for any purpose and without
  57.  * fee is hereby granted, provided that this copyright
  58.  * notice appears in all copies.  The University of California
  59.  * makes no representations about the suitability of this
  60.  * software for any purpose.  It is provided "as is" without
  61.  * express or implied warranty.
  62.  */
  63.  
  64. #ifndef lint
  65. static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.5 91/02/09 13:24:44 ouster Exp Locker: bmiller $ SPRITE (Berkeley)";
  66. #endif /* not lint */
  67.  
  68.  
  69. /*
  70.  *----------------------------------------------------------------------
  71.  *
  72.  * <procName> --
  73.  *
  74.  *    <description>
  75.  *
  76.  * Results:
  77.  *    None.
  78.  *
  79.  * Side effects:
  80.  *    None.
  81.  *
  82.  *----------------------------------------------------------------------
  83.  */
  84.  
  85. void
  86. Routine()
  87. {
  88. }
  89. @
  90.  
  91.  
  92. 1.5
  93. log
  94. @Slight change to copyright notice.
  95. @
  96. text
  97. @d6 1
  98. a6 1
  99.  * Copyright 1991 Regents of the University of California
  100. d17 1
  101. a17 1
  102. static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.4 91/01/07 18:02:22 mottsmth Exp Locker: ouster $ SPRITE (Berkeley)";
  103. @
  104.  
  105.  
  106. 1.4
  107. log
  108. @Update copyright date
  109. @
  110. text
  111. @d9 2
  112. a10 2
  113.  * fee is hereby granted, provided that the above copyright
  114.  * notice appear in all copies.  The University of California
  115. d17 1
  116. a17 1
  117. static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.3 90/01/12 12:03:36 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)";
  118. @
  119.  
  120.  
  121. 1.3
  122. log
  123. @changed copyright year
  124. @
  125. text
  126. @d6 1
  127. a6 1
  128.  * Copyright 1990 Regents of the University of California
  129. d17 1
  130. a17 1
  131. static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.2 89/01/07 04:12:18 rab Exp Locker: douglis $ SPRITE (Berkeley)";
  132. @
  133.  
  134.  
  135. 1.2
  136. log
  137. @Put comments around trialing characters of #endif.
  138. @
  139. text
  140. @d6 1
  141. a6 1
  142.  * Copyright 1989 Regents of the University of California
  143. d17 1
  144. a17 1
  145. static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.1 88/12/29 16:45:52 ouster Exp Locker: rab $ SPRITE (Berkeley)";
  146. @
  147.  
  148.  
  149. 1.1
  150. log
  151. @Initial revision
  152. @
  153. text
  154. @d17 2
  155. a18 2
  156. static char rcsid[] = "$Header: proto.c,v 1.2 88/03/11 08:39:08 ouster Exp $ SPRITE (Berkeley)";
  157. #endif not lint
  158. @
  159.